home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
What PC? 1996 June
/
What PC June 1996.iso
/
data
/
showcase
/
i3demo.dir
/
00075_OK_2UP.BMP.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-02-04
|
271 b
|
15 lines
on mouseDown
puppetSprite(5, 1)
set the castNum of sprite 5 to 76
updateStage()
repeat while the stillDown
nothing()
end repeat
set the castNum of sprite 5 to 75
updateStage()
puppetSprite(5, 0)
if the mouseCast = 75 then
go(#next)
end if
end